home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / kbbs_40.zip / KTRIVIA.INI < prev    next >
Text File  |  1994-03-02  |  2KB  |  72 lines

  1. ; KTRIVIA.INI
  2. ; (c)1994 by Robert Zee
  3. ; World Rights Reserved
  4.  
  5. ; This file controls how KTRIVIA works.  You can turn
  6. ; features on and off, and control many other things.
  7.  
  8. ; This file can be edited with any TEXT editor that
  9. ; reads and writes in strictly ASCII (text only).
  10.  
  11. ; Each line that is blank or starts with a semi-colon
  12. ; is skipped--these are only for humans to read!
  13.  
  14. ; For yes or no type parameters, y=yes, n=no
  15. ; comments explain other answers that are valid
  16.  
  17. ; WARNING!
  18. ; every effort is made to do error checking and verify
  19. ; how KTRIVIA works, but it is up to you to supply the
  20. ; correct and valid parameters to all variables below!
  21.  
  22. license
  23. ; license number for registered KTRIVIA owners
  24.  
  25. bbs The Cool Doctor's Place!
  26. ; name of your BBS
  27.  
  28. sysop Rob Zee
  29. ; name of sysop
  30.  
  31. handle DOCTOR
  32. ; user id of sysop
  33.  
  34. plays 0
  35. ; number of plays per day
  36. ; if set to 1 then only one play is allowed per day
  37. ; if set to 0 or any other value then multiple plays are allowed
  38. ; multiple plays are only allowed in the registered version
  39.  
  40. ;===============================================================
  41. ; WARNING! Total questions (rounds x questions) range 10 - 50
  42. ;          or KTRIVIA defaults to 5 rounds with 5 questions
  43.  
  44. rounds 6
  45. ; number of rounds per play can be 2 through 9
  46. ; if categories is less than (rounds+1) then
  47. ; rounds will default to (categories-1)
  48. ; unregistered version defaults to 6
  49.  
  50. questions 5
  51. ; number of questions per round can be 1 through 10
  52. ; unregistered version defaults to 5
  53. ;===============================================================
  54.  
  55. points 100
  56. ; number of points per question for round 1 can be 1 through 100
  57. ; each successive round multiplies this amount by the round number
  58. ; round 2 is 2 x points, round 3 is 3 x points, etc.
  59. ; range is 1-100
  60. ; default is 100
  61.  
  62. top_scores 10
  63. ; number of tops scores to keep 1 through 20
  64.  
  65. contribute y
  66. ; allow players to add a trivia question to NEW.Q&A file
  67.  
  68. newfile NEW.Q&A
  69. ; name of file for storing new questions contributed by players
  70. ; if contribute is set to "y" for yes
  71. ;    then this filename is used (if left blank then NEW.KQA is used)
  72.